jquery check if element has css display none

67

if($('#yourID').css('display') == 'none')
{

}

Comments

Submit
0 Comments